Document Setup

org.eclipse.core.filebuffers.documentSetup

3.0

This extension point is interesting if you want to install specific partitioners etc. on documents created by the file buffer manager for certain file extensions.

<!ELEMENT extension (participant)>

<!ATTLIST extension

point CDATA #REQUIRED

id    CDATA #IMPLIED

name  CDATA #IMPLIED>


<!ELEMENT participant EMPTY>

<!ATTLIST participant

class      CDATA #REQUIRED

extensions CDATA #REQUIRED>


[Enter extension point usage example here.]

[Enter API information here.]

[Enter information about supplied implementation of this extension point.]


Copyright (c) 2000, 2003 IBM Corporation and others. All Rights Reserved.